feat(agents): v0.32 prep - Memory Stores, Multiagent, Outcomes, Skills publisher, Agent SDK runtime, Tool Search, Webhooks, Computer Use, Trajectory Replay, Elicitation#224
Merged
Conversation
added 15 commits
May 16, 2026 19:08
…table + fallback chain
…ills (v0.32 prep)
…utcomes wiring (v0.32 prep)
…runtime dispatch (v0.32 prep)
Owner
Author
CI results
Delta vs main (b244eda)
Zero new categories of failures. Both new failures fall in the documented #218 pollution baseline. Verification
Ready for review. Recommend merging #223 (StaticPool foundation) first since it's independent, then this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.32 "Claude Agents Deep Integration" preparation. Surfaces every Anthropic Managed Agents primitive added under the
managed-agents-2026-04-01beta umbrella (Memory Stores, Multiagent coordinator, Outcomes, Webhooks), plus separate Agent SDK and Computer Use integrations, plus Sandcastle-side differentiators (Trajectory Replay, Skills publisher, Tool Search).Built by 9 parallel subagents over Phase 1-3 workflow, then test-fixture-aligned to the audit PR #217.
What's in
Tier 1 - Wire fixes (1 commit)
tools_enabledpropagated to API (was ignored)temperature,max_tokens,thinking_budgeton ManagedAgentConfigstreamconfig field actually usedTier 2 - Anthropic primitives (5 modules, ~70 tests)
Tier 3 - Differentiators (3 modules + Agent SDK alt runtime)
sandcastle publish-skillsCLI - Sandcastle becomes an Anthropic Skills publisherruntime: "agent-sdk"alternative (in-process, no Managed Agents infra needed)Wiring (4 commits)
trajectory-replayandcomputer-useregistered (VALID_STEP_TYPES 22 -> 24)memory_stores,multiagent,outcomesconfig fieldssandcastle publish-skills [--upload] [--dir]subcommandruntime: "agent-sdk"dispatch in RUNTIMES registryDashboard
Test counts
What's NOT in
Risk
Medium. The PR adds 24 new files + extends 5 existing core files (executor.py, dag.py, mcp_server.py, agent_runtime.py, main.py). Test coverage is high but full-suite pollution (#218) makes flake-vs-regression distinction harder. Architectural prerequisite PR #223 (StaticPool) lands separately.
How this rebases
Cleanly rebased on top of audit PR #217 (commit b244eda). Zero conflicts despite both PRs touching executor.py and generator.py - audit changes were small and orthogonal to the v0.32 wiring.
Follow-ups
After merge: